Skip to content

feat: add TracePlugin for structured resolution tracing#627

Open
hey-amanthakur wants to merge 1 commit into
webpack:mainfrom
hey-amanthakur:feat/resolution-trace-viewer
Open

feat: add TracePlugin for structured resolution tracing#627
hey-amanthakur wants to merge 1 commit into
webpack:mainfrom
hey-amanthakur:feat/resolution-trace-viewer

Conversation

@hey-amanthakur

Copy link
Copy Markdown

Add a TracePlugin that hooks into the resolver lifecycle to record structured trace entries for every resolution step. Each entry captures the hook name, request details, result, and timestamp as a machine-readable object instead of plain text strings.

This allows developers to filter, search, and programmatically analyze resolution traces, complementing the existing resolveContext.log which outputs unstructured text.

Add a TracePlugin that hooks into the resolver lifecycle to record
structured trace entries for every resolution step. Each entry captures
the hook name, request details, result, and timestamp as a
machine-readable object instead of plain text strings.

This allows developers to filter, search, and programmatically analyze
resolution traces, complementing the existing resolveContext.log which
outputs unstructured text.
@changeset-bot

changeset-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7f3aff1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant